]>
Commit | Line | Data |
---|---|---|
b1ab9ed8 A |
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <Scheme | |
866f8763 | 3 | LastUpgradeVersion = "0900" |
b1ab9ed8 A |
4 | version = "1.3"> |
5 | <BuildAction | |
5c19dc3a | 6 | parallelizeBuildables = "NO" |
fa7225c8 | 7 | buildImplicitDependencies = "NO"> |
b1ab9ed8 | 8 | <BuildActionEntries> |
5c19dc3a A |
9 | <BuildActionEntry |
10 | buildForTesting = "YES" | |
11 | buildForRunning = "YES" | |
12 | buildForProfiling = "YES" | |
13 | buildForArchiving = "YES" | |
fa7225c8 | 14 | buildForAnalyzing = "YES"> |
5c19dc3a A |
15 | <BuildableReference |
16 | BuildableIdentifier = "primary" | |
fa7225c8 A |
17 | BlueprintIdentifier = "E74584661BF68EBA001B54A4" |
18 | BuildableName = "osx" | |
19 | BlueprintName = "osx" | |
6b200bc3 | 20 | ReferencedContainer = "container:Security.xcodeproj"> |
5c19dc3a A |
21 | </BuildableReference> |
22 | </BuildActionEntry> | |
b1ab9ed8 A |
23 | <BuildActionEntry |
24 | buildForTesting = "YES" | |
25 | buildForRunning = "YES" | |
26 | buildForProfiling = "YES" | |
27 | buildForArchiving = "YES" | |
fa7225c8 | 28 | buildForAnalyzing = "YES"> |
b1ab9ed8 A |
29 | <BuildableReference |
30 | BuildableIdentifier = "primary" | |
6b200bc3 | 31 | BlueprintIdentifier = "DC610A021D78F129002223DE" |
d8f41ccd | 32 | BuildableName = "secdtests" |
6b200bc3 A |
33 | BlueprintName = "secdtests_macos" |
34 | ReferencedContainer = "container:Security.xcodeproj"> | |
b1ab9ed8 A |
35 | </BuildableReference> |
36 | </BuildActionEntry> | |
37 | </BuildActionEntries> | |
38 | </BuildAction> | |
39 | <TestAction | |
5c19dc3a | 40 | buildConfiguration = "Debug" |
b1ab9ed8 A |
41 | selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" |
42 | selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | |
5c19dc3a | 43 | shouldUseLaunchSchemeArgsEnv = "YES"> |
b1ab9ed8 | 44 | <Testables> |
866f8763 A |
45 | <TestableReference |
46 | skipped = "NO"> | |
47 | <BuildableReference | |
48 | BuildableIdentifier = "primary" | |
49 | BlueprintIdentifier = "EB108F181E6CE4D2003B0456" | |
50 | BuildableName = "KCPairingTests.xctest" | |
51 | BlueprintName = "KCPairingTests" | |
52 | ReferencedContainer = "container:Security.xcodeproj"> | |
53 | </BuildableReference> | |
54 | </TestableReference> | |
b1ab9ed8 A |
55 | </Testables> |
56 | <MacroExpansion> | |
57 | <BuildableReference | |
58 | BuildableIdentifier = "primary" | |
6b200bc3 | 59 | BlueprintIdentifier = "DC610A021D78F129002223DE" |
d8f41ccd | 60 | BuildableName = "secdtests" |
6b200bc3 A |
61 | BlueprintName = "secdtests_macos" |
62 | ReferencedContainer = "container:Security.xcodeproj"> | |
b1ab9ed8 A |
63 | </BuildableReference> |
64 | </MacroExpansion> | |
5c19dc3a A |
65 | <AdditionalOptions> |
66 | </AdditionalOptions> | |
b1ab9ed8 A |
67 | </TestAction> |
68 | <LaunchAction | |
5c19dc3a | 69 | buildConfiguration = "Debug" |
b1ab9ed8 A |
70 | selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" |
71 | selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | |
72 | launchStyle = "0" | |
73 | useCustomWorkingDirectory = "NO" | |
b1ab9ed8 A |
74 | ignoresPersistentStateOnLaunch = "NO" |
75 | debugDocumentVersioning = "YES" | |
5c19dc3a | 76 | debugServiceExtension = "internal" |
b1ab9ed8 | 77 | allowLocationSimulation = "YES"> |
5c19dc3a A |
78 | <BuildableProductRunnable |
79 | runnableDebuggingMode = "0"> | |
b1ab9ed8 A |
80 | <BuildableReference |
81 | BuildableIdentifier = "primary" | |
6b200bc3 | 82 | BlueprintIdentifier = "DC610A021D78F129002223DE" |
d8f41ccd | 83 | BuildableName = "secdtests" |
6b200bc3 A |
84 | BlueprintName = "secdtests_macos" |
85 | ReferencedContainer = "container:Security.xcodeproj"> | |
b1ab9ed8 A |
86 | </BuildableReference> |
87 | </BuildableProductRunnable> | |
d8f41ccd A |
88 | <CommandLineArguments> |
89 | <CommandLineArgument | |
90 | argument = "-s" | |
91 | isEnabled = "NO"> | |
92 | </CommandLineArgument> | |
6b200bc3 A |
93 | <CommandLineArgument |
94 | argument = "secd_66_account_recovery" | |
95 | isEnabled = "NO"> | |
96 | </CommandLineArgument> | |
866f8763 A |
97 | <CommandLineArgument |
98 | argument = "secd_20_keychain_upgrade" | |
99 | isEnabled = "NO"> | |
100 | </CommandLineArgument> | |
6b200bc3 A |
101 | <CommandLineArgument |
102 | argument = "secd_201_coders" | |
103 | isEnabled = "NO"> | |
104 | </CommandLineArgument> | |
105 | <CommandLineArgument | |
106 | argument = "secd_202_recoverykey" | |
107 | isEnabled = "NO"> | |
108 | </CommandLineArgument> | |
e3d460c9 | 109 | <CommandLineArgument |
fa7225c8 A |
110 | argument = "secd_130_other_peer_views" |
111 | isEnabled = "NO"> | |
112 | </CommandLineArgument> | |
113 | <CommandLineArgument | |
114 | argument = "secd_100_initialsync" | |
115 | isEnabled = "NO"> | |
116 | </CommandLineArgument> | |
117 | <CommandLineArgument | |
118 | argument = "secd_77_ids_messaging" | |
119 | isEnabled = "NO"> | |
120 | </CommandLineArgument> | |
6b200bc3 A |
121 | <CommandLineArgument |
122 | argument = "secd_668_ghosts" | |
123 | isEnabled = "NO"> | |
124 | </CommandLineArgument> | |
125 | <CommandLineArgument | |
126 | argument = "secd_76_idstransport" | |
127 | isEnabled = "NO"> | |
128 | </CommandLineArgument> | |
fa7225c8 A |
129 | <CommandLineArgument |
130 | argument = "secd_62_account_backup" | |
131 | isEnabled = "NO"> | |
132 | </CommandLineArgument> | |
133 | <CommandLineArgument | |
134 | argument = "secd_200_logstate" | |
e3d460c9 A |
135 | isEnabled = "NO"> |
136 | </CommandLineArgument> | |
137 | <CommandLineArgument | |
138 | argument = "secd_60_account_cloud_identity" | |
139 | isEnabled = "NO"> | |
140 | </CommandLineArgument> | |
141 | <CommandLineArgument | |
142 | argument = "secd_64_circlereset" | |
143 | isEnabled = "NO"> | |
144 | </CommandLineArgument> | |
e0e0d90e A |
145 | <CommandLineArgument |
146 | argument = "sc_42_circlegencount" | |
147 | isEnabled = "NO"> | |
148 | </CommandLineArgument> | |
5c19dc3a A |
149 | <CommandLineArgument |
150 | argument = "secd_58_password_change" | |
151 | isEnabled = "NO"> | |
152 | </CommandLineArgument> | |
153 | <CommandLineArgument | |
154 | argument = "secd_64_circlereset" | |
155 | isEnabled = "NO"> | |
156 | </CommandLineArgument> | |
157 | <CommandLineArgument | |
158 | argument = "secd_82_secproperties_basic" | |
159 | isEnabled = "NO"> | |
160 | </CommandLineArgument> | |
161 | <CommandLineArgument | |
162 | argument = "secd_62_account_hsa_join" | |
163 | isEnabled = "NO"> | |
164 | </CommandLineArgument> | |
165 | <CommandLineArgument | |
166 | argument = "secd_80_views_basic" | |
167 | isEnabled = "NO"> | |
168 | </CommandLineArgument> | |
169 | <CommandLineArgument | |
170 | argument = "sc_30_peerinfo" | |
171 | isEnabled = "NO"> | |
172 | </CommandLineArgument> | |
173 | <CommandLineArgument | |
174 | argument = "sc_150_Ring" | |
175 | isEnabled = "NO"> | |
176 | </CommandLineArgument> | |
177 | <CommandLineArgument | |
178 | argument = "sc_150_backupkeyderivation" | |
179 | isEnabled = "NO"> | |
180 | </CommandLineArgument> | |
181 | <CommandLineArgument | |
182 | argument = "sc_153_backupslicekeybag" | |
183 | isEnabled = "NO"> | |
184 | </CommandLineArgument> | |
6b200bc3 A |
185 | <CommandLineArgument |
186 | argument = "secd_210_keyinterest" | |
187 | isEnabled = "NO"> | |
188 | </CommandLineArgument> | |
949d2ff0 A |
189 | <CommandLineArgument |
190 | argument = "su_07_debugging" | |
191 | isEnabled = "NO"> | |
192 | </CommandLineArgument> | |
d8f41ccd A |
193 | <CommandLineArgument |
194 | argument = "si_33_keychain_backup" | |
195 | isEnabled = "NO"> | |
196 | </CommandLineArgument> | |
5c19dc3a A |
197 | <CommandLineArgument |
198 | argument = "secd_33_keychain_ctk" | |
199 | isEnabled = "NO"> | |
200 | </CommandLineArgument> | |
d8f41ccd A |
201 | <CommandLineArgument |
202 | argument = "sc_20_keynames" | |
203 | isEnabled = "NO"> | |
204 | </CommandLineArgument> | |
5c19dc3a A |
205 | <CommandLineArgument |
206 | argument = "secd_49_manifest" | |
207 | isEnabled = "NO"> | |
208 | </CommandLineArgument> | |
209 | <CommandLineArgument | |
210 | argument = "secd_50_account" | |
211 | isEnabled = "NO"> | |
212 | </CommandLineArgument> | |
d8f41ccd A |
213 | <CommandLineArgument |
214 | argument = "secd_51_account_inflate" | |
215 | isEnabled = "NO"> | |
216 | </CommandLineArgument> | |
5c19dc3a | 217 | <CommandLineArgument |
fa7225c8 | 218 | argument = "secd-52-offering_gencount_reset" |
5c19dc3a A |
219 | isEnabled = "NO"> |
220 | </CommandLineArgument> | |
d8f41ccd A |
221 | <CommandLineArgument |
222 | argument = "secd_55_account_circle" | |
223 | isEnabled = "NO"> | |
224 | </CommandLineArgument> | |
fa7225c8 A |
225 | <CommandLineArgument |
226 | argument = "secd_56_account_apply" | |
227 | isEnabled = "NO"> | |
228 | </CommandLineArgument> | |
d8f41ccd A |
229 | <CommandLineArgument |
230 | argument = "secd_57_account_leave" | |
231 | isEnabled = "NO"> | |
232 | </CommandLineArgument> | |
5c19dc3a A |
233 | <CommandLineArgument |
234 | argument = "secd_59_account_cleanup" | |
235 | isEnabled = "NO"> | |
236 | </CommandLineArgument> | |
d8f41ccd A |
237 | <CommandLineArgument |
238 | argument = "secd_61_account_leave_not_in_kansas_anymore" | |
239 | isEnabled = "NO"> | |
240 | </CommandLineArgument> | |
5c19dc3a A |
241 | <CommandLineArgument |
242 | argument = "secd_62_account_backup" | |
243 | isEnabled = "NO"> | |
244 | </CommandLineArgument> | |
245 | <CommandLineArgument | |
246 | argument = "secd_63_account_resurrection" | |
247 | isEnabled = "NO"> | |
248 | </CommandLineArgument> | |
d8f41ccd A |
249 | <CommandLineArgument |
250 | argument = "secd_70_engine" | |
251 | isEnabled = "NO"> | |
252 | </CommandLineArgument> | |
253 | <CommandLineArgument | |
254 | argument = "secd_70_engine_corrupt" | |
255 | isEnabled = "NO"> | |
256 | </CommandLineArgument> | |
6b200bc3 A |
257 | <CommandLineArgument |
258 | argument = "secd_71_engine_save" | |
259 | isEnabled = "NO"> | |
260 | </CommandLineArgument> | |
fa7225c8 A |
261 | <CommandLineArgument |
262 | argument = "secd_83_item_match_policy" | |
263 | isEnabled = "NO"> | |
264 | </CommandLineArgument> | |
265 | <CommandLineArgument | |
266 | argument = "secd_83_item_match_valid_on_date" | |
267 | isEnabled = "NO"> | |
268 | </CommandLineArgument> | |
269 | <CommandLineArgument | |
270 | argument = "secd_83_item_match_trusted" | |
271 | isEnabled = "NO"> | |
272 | </CommandLineArgument> | |
273 | <CommandLineArgument | |
274 | argument = "secd_90_hsa2" | |
275 | isEnabled = "NO"> | |
276 | </CommandLineArgument> | |
866f8763 A |
277 | <CommandLineArgument |
278 | argument = "secd_230_keybagtable" | |
279 | isEnabled = "NO"> | |
280 | </CommandLineArgument> | |
d8f41ccd A |
281 | <CommandLineArgument |
282 | argument = "-v" | |
283 | isEnabled = "NO"> | |
284 | </CommandLineArgument> | |
285 | </CommandLineArguments> | |
b1ab9ed8 A |
286 | <AdditionalOptions> |
287 | </AdditionalOptions> | |
288 | </LaunchAction> | |
289 | <ProfileAction | |
5c19dc3a | 290 | buildConfiguration = "Release" |
b1ab9ed8 A |
291 | shouldUseLaunchSchemeArgsEnv = "YES" |
292 | savedToolIdentifier = "" | |
293 | useCustomWorkingDirectory = "NO" | |
b1ab9ed8 | 294 | debugDocumentVersioning = "YES"> |
6b200bc3 | 295 | <MacroExpansion> |
b1ab9ed8 A |
296 | <BuildableReference |
297 | BuildableIdentifier = "primary" | |
6b200bc3 A |
298 | BlueprintIdentifier = "E74584661BF68EBA001B54A4" |
299 | BuildableName = "osx" | |
300 | BlueprintName = "osx" | |
301 | ReferencedContainer = "container:Security.xcodeproj"> | |
b1ab9ed8 | 302 | </BuildableReference> |
6b200bc3 | 303 | </MacroExpansion> |
b1ab9ed8 A |
304 | </ProfileAction> |
305 | <AnalyzeAction | |
306 | buildConfiguration = "Debug"> | |
307 | </AnalyzeAction> | |
308 | <ArchiveAction | |
309 | buildConfiguration = "Release" | |
310 | revealArchiveInOrganizer = "YES"> | |
311 | </ArchiveAction> | |
312 | </Scheme> |